From: Juanma Barranquero Date: Wed, 20 Jun 2007 14:17:08 +0000 (+0000) Subject: (change-log-mode): Set `show-trailing-whitespace'. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~18293 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4e107a80cde217133c91dc582c601af611d14a68;p=emacs.git (change-log-mode): Set `show-trailing-whitespace'. --- diff --git a/lisp/add-log.el b/lisp/add-log.el index 08ce78d371d..3ec00b81b35 100644 --- a/lisp/add-log.el +++ b/lisp/add-log.el @@ -695,7 +695,8 @@ Runs `change-log-mode-hook'. (setq left-margin 8 fill-column 74 indent-tabs-mode t - tab-width 8) + tab-width 8 + show-trailing-whitespace t) (set (make-local-variable 'fill-paragraph-function) 'change-log-fill-paragraph) (set (make-local-variable 'indent-line-function) 'change-log-indent)